type crypto/tls.certificateStatusMsg

6 uses

	crypto/tls (current package)
		conn.go#L1062: 		m = new(certificateStatusMsg)
		handshake_client.go#L487: 	cs, ok := msg.(*certificateStatusMsg)
		handshake_messages.go#L1455: type certificateStatusMsg struct {
		handshake_messages.go#L1460: func (m *certificateStatusMsg) marshal() []byte {
		handshake_messages.go#L1478: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
		handshake_server.go#L513: 		certStatus := new(certificateStatusMsg)